google.golang.org/protobuf/internal/impl.extensionTypeDescriptor.IsPacked (method, view implemented interface methods)

11 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_extension.go#L40: 	if !xd.IsPacked() {
		codec_message.go#L90: 		if !fd.IsPacked() {
		codec_message_opaque.go#L38: 		if !fd.IsPacked() {
		codec_tables.go#L41: 	case fd.Cardinality() == protoreflect.Repeated && !fd.IsPacked():
		codec_tables.go#L129: 	case fd.Cardinality() == protoreflect.Repeated && fd.IsPacked():
		codec_tables.go#L439: 	case fd.Cardinality() == protoreflect.Repeated && !fd.IsPacked():
		codec_tables.go#L481: 	case fd.Cardinality() == protoreflect.Repeated && fd.IsPacked():

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L167: 	if fd.IsPacked() {

	google.golang.org/protobuf/proto
		encode.go#L279: 	if fd.IsPacked() && list.Len() > 0 {
		size.go#L88: 	if fd.IsPacked() && list.Len() > 0 {

	google.golang.org/protobuf/reflect/protoreflect
		type.go#L330: 	IsPacked() bool